BaseSubscriptionIdMessage

StockSharp.Messages

A message containing subscription identifiers.

Наследует: Message

Реализует: ISubscriptionIdMessage, IOriginalTransactionIdMessage, IDataTypeMessage

Конструкторы

BaseSubscriptionIdMessage(MessageTypes)

A message containing subscription identifiers.

type
Message type.

Свойства

DataType : DataType

The type of market-data, operated by given storage.

OriginalTransactionId : long

ID of the original message TransactionId for which this message is a response.

SubscriptionId : long

Subscription id.

SubscriptionIds : long[]

Identifiers.

Методы

Clone() : Message

Create a copy of BaseSubscriptionIdMessage.

Возвращает: Copy.

CopyTo(T)

Copy the message into the .

destination
The object, to which copied information.
ToString() : string

Преобразовать к строковому представлению.

Возвращает: Строковое представление.